3.4.21 \(\int \frac {(e+f x) \cosh (c+d x)}{(a+b \sinh (c+d x))^2} \, dx\) [321]

Optimal. Leaf size=74 \[ -\frac {2 f \tanh ^{-1}\left (\frac {b-a \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {a^2+b^2}}\right )}{b \sqrt {a^2+b^2} d^2}-\frac {e+f x}{b d (a+b \sinh (c+d x))} \]

[Out]

(-f*x-e)/b/d/(a+b*sinh(d*x+c))-2*f*arctanh((b-a*tanh(1/2*d*x+1/2*c))/(a^2+b^2)^(1/2))/b/d^2/(a^2+b^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 74, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {5572, 2739, 632, 210} \begin {gather*} -\frac {2 f \tanh ^{-1}\left (\frac {b-a \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {a^2+b^2}}\right )}{b d^2 \sqrt {a^2+b^2}}-\frac {e+f x}{b d (a+b \sinh (c+d x))} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((e + f*x)*Cosh[c + d*x])/(a + b*Sinh[c + d*x])^2,x]

[Out]

(-2*f*ArcTanh[(b - a*Tanh[(c + d*x)/2])/Sqrt[a^2 + b^2]])/(b*Sqrt[a^2 + b^2]*d^2) - (e + f*x)/(b*d*(a + b*Sinh
[c + d*x]))

Rule 210

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[-b, 2])^(-1))*ArcTan[Rt[-b, 2]*(x/Rt[-a, 2])
], x] /; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 632

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 2739

Int[((a_) + (b_.)*sin[(c_.) + (d_.)*(x_)])^(-1), x_Symbol] :> With[{e = FreeFactors[Tan[(c + d*x)/2], x]}, Dis
t[2*(e/d), Subst[Int[1/(a + 2*b*e*x + a*e^2*x^2), x], x, Tan[(c + d*x)/2]/e], x]] /; FreeQ[{a, b, c, d}, x] &&
 NeQ[a^2 - b^2, 0]

Rule 5572

Int[Cosh[(c_.) + (d_.)*(x_)]*((e_.) + (f_.)*(x_))^(m_.)*((a_) + (b_.)*Sinh[(c_.) + (d_.)*(x_)])^(n_.), x_Symbo
l] :> Simp[(e + f*x)^m*((a + b*Sinh[c + d*x])^(n + 1)/(b*d*(n + 1))), x] - Dist[f*(m/(b*d*(n + 1))), Int[(e +
f*x)^(m - 1)*(a + b*Sinh[c + d*x])^(n + 1), x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && IGtQ[m, 0] && NeQ[n,
-1]

Rubi steps

\begin {align*} \int \frac {(e+f x) \cosh (c+d x)}{(a+b \sinh (c+d x))^2} \, dx &=-\frac {e+f x}{b d (a+b \sinh (c+d x))}+\frac {f \int \frac {1}{a+b \sinh (c+d x)} \, dx}{b d}\\ &=-\frac {e+f x}{b d (a+b \sinh (c+d x))}-\frac {(2 i f) \text {Subst}\left (\int \frac {1}{a-2 i b x+a x^2} \, dx,x,\tan \left (\frac {1}{2} (i c+i d x)\right )\right )}{b d^2}\\ &=-\frac {e+f x}{b d (a+b \sinh (c+d x))}+\frac {(4 i f) \text {Subst}\left (\int \frac {1}{-4 \left (a^2+b^2\right )-x^2} \, dx,x,-2 i b+2 a \tan \left (\frac {1}{2} (i c+i d x)\right )\right )}{b d^2}\\ &=-\frac {2 f \tanh ^{-1}\left (\frac {b-a \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {a^2+b^2}}\right )}{b \sqrt {a^2+b^2} d^2}-\frac {e+f x}{b d (a+b \sinh (c+d x))}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.42, size = 78, normalized size = 1.05 \begin {gather*} \frac {\frac {2 f \text {ArcTan}\left (\frac {b-a \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {-a^2-b^2}}\right )}{\sqrt {-a^2-b^2}}-\frac {d (e+f x)}{a+b \sinh (c+d x)}}{b d^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((e + f*x)*Cosh[c + d*x])/(a + b*Sinh[c + d*x])^2,x]

[Out]

((2*f*ArcTan[(b - a*Tanh[(c + d*x)/2])/Sqrt[-a^2 - b^2]])/Sqrt[-a^2 - b^2] - (d*(e + f*x))/(a + b*Sinh[c + d*x
]))/(b*d^2)

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(163\) vs. \(2(71)=142\).
time = 7.70, size = 164, normalized size = 2.22

method result size
risch \(-\frac {2 \left (f x +e \right ) {\mathrm e}^{d x +c}}{b d \left (b \,{\mathrm e}^{2 d x +2 c}+2 a \,{\mathrm e}^{d x +c}-b \right )}+\frac {f \ln \left ({\mathrm e}^{d x +c}+\frac {a \sqrt {a^{2}+b^{2}}-a^{2}-b^{2}}{\sqrt {a^{2}+b^{2}}\, b}\right )}{\sqrt {a^{2}+b^{2}}\, d^{2} b}-\frac {f \ln \left ({\mathrm e}^{d x +c}+\frac {a \sqrt {a^{2}+b^{2}}+a^{2}+b^{2}}{\sqrt {a^{2}+b^{2}}\, b}\right )}{\sqrt {a^{2}+b^{2}}\, d^{2} b}\) \(164\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f*x+e)*cosh(d*x+c)/(a+b*sinh(d*x+c))^2,x,method=_RETURNVERBOSE)

[Out]

-2*(f*x+e)/b/d*exp(d*x+c)/(b*exp(2*d*x+2*c)+2*a*exp(d*x+c)-b)+1/(a^2+b^2)^(1/2)*f/d^2/b*ln(exp(d*x+c)+(a*(a^2+
b^2)^(1/2)-a^2-b^2)/(a^2+b^2)^(1/2)/b)-1/(a^2+b^2)^(1/2)*f/d^2/b*ln(exp(d*x+c)+(a*(a^2+b^2)^(1/2)+a^2+b^2)/(a^
2+b^2)^(1/2)/b)

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 157 vs. \(2 (72) = 144\).
time = 0.54, size = 157, normalized size = 2.12 \begin {gather*} -f {\left (\frac {2 \, x e^{\left (d x + c\right )}}{b^{2} d e^{\left (2 \, d x + 2 \, c\right )} + 2 \, a b d e^{\left (d x + c\right )} - b^{2} d} - \frac {\log \left (\frac {b e^{\left (d x + c\right )} + a - \sqrt {a^{2} + b^{2}}}{b e^{\left (d x + c\right )} + a + \sqrt {a^{2} + b^{2}}}\right )}{\sqrt {a^{2} + b^{2}} b d^{2}}\right )} - \frac {2 \, e^{\left (-d x - c + 1\right )}}{{\left (2 \, a b e^{\left (-d x - c\right )} - b^{2} e^{\left (-2 \, d x - 2 \, c\right )} + b^{2}\right )} d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)*cosh(d*x+c)/(a+b*sinh(d*x+c))^2,x, algorithm="maxima")

[Out]

-f*(2*x*e^(d*x + c)/(b^2*d*e^(2*d*x + 2*c) + 2*a*b*d*e^(d*x + c) - b^2*d) - log((b*e^(d*x + c) + a - sqrt(a^2
+ b^2))/(b*e^(d*x + c) + a + sqrt(a^2 + b^2)))/(sqrt(a^2 + b^2)*b*d^2)) - 2*e^(-d*x - c + 1)/((2*a*b*e^(-d*x -
 c) - b^2*e^(-2*d*x - 2*c) + b^2)*d)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 435 vs. \(2 (72) = 144\).
time = 0.39, size = 435, normalized size = 5.88 \begin {gather*} \frac {{\left (b f \cosh \left (d x + c\right )^{2} + b f \sinh \left (d x + c\right )^{2} + 2 \, a f \cosh \left (d x + c\right ) - b f + 2 \, {\left (b f \cosh \left (d x + c\right ) + a f\right )} \sinh \left (d x + c\right )\right )} \sqrt {a^{2} + b^{2}} \log \left (\frac {b^{2} \cosh \left (d x + c\right )^{2} + b^{2} \sinh \left (d x + c\right )^{2} + 2 \, a b \cosh \left (d x + c\right ) + 2 \, a^{2} + b^{2} + 2 \, {\left (b^{2} \cosh \left (d x + c\right ) + a b\right )} \sinh \left (d x + c\right ) - 2 \, \sqrt {a^{2} + b^{2}} {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right ) + a\right )}}{b \cosh \left (d x + c\right )^{2} + b \sinh \left (d x + c\right )^{2} + 2 \, a \cosh \left (d x + c\right ) + 2 \, {\left (b \cosh \left (d x + c\right ) + a\right )} \sinh \left (d x + c\right ) - b}\right ) - 2 \, {\left ({\left (a^{2} + b^{2}\right )} d f x + {\left (a^{2} + b^{2}\right )} d \cosh \left (1\right ) + {\left (a^{2} + b^{2}\right )} d \sinh \left (1\right )\right )} \cosh \left (d x + c\right ) - 2 \, {\left ({\left (a^{2} + b^{2}\right )} d f x + {\left (a^{2} + b^{2}\right )} d \cosh \left (1\right ) + {\left (a^{2} + b^{2}\right )} d \sinh \left (1\right )\right )} \sinh \left (d x + c\right )}{{\left (a^{2} b^{2} + b^{4}\right )} d^{2} \cosh \left (d x + c\right )^{2} + {\left (a^{2} b^{2} + b^{4}\right )} d^{2} \sinh \left (d x + c\right )^{2} + 2 \, {\left (a^{3} b + a b^{3}\right )} d^{2} \cosh \left (d x + c\right ) - {\left (a^{2} b^{2} + b^{4}\right )} d^{2} + 2 \, {\left ({\left (a^{2} b^{2} + b^{4}\right )} d^{2} \cosh \left (d x + c\right ) + {\left (a^{3} b + a b^{3}\right )} d^{2}\right )} \sinh \left (d x + c\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)*cosh(d*x+c)/(a+b*sinh(d*x+c))^2,x, algorithm="fricas")

[Out]

((b*f*cosh(d*x + c)^2 + b*f*sinh(d*x + c)^2 + 2*a*f*cosh(d*x + c) - b*f + 2*(b*f*cosh(d*x + c) + a*f)*sinh(d*x
 + c))*sqrt(a^2 + b^2)*log((b^2*cosh(d*x + c)^2 + b^2*sinh(d*x + c)^2 + 2*a*b*cosh(d*x + c) + 2*a^2 + b^2 + 2*
(b^2*cosh(d*x + c) + a*b)*sinh(d*x + c) - 2*sqrt(a^2 + b^2)*(b*cosh(d*x + c) + b*sinh(d*x + c) + a))/(b*cosh(d
*x + c)^2 + b*sinh(d*x + c)^2 + 2*a*cosh(d*x + c) + 2*(b*cosh(d*x + c) + a)*sinh(d*x + c) - b)) - 2*((a^2 + b^
2)*d*f*x + (a^2 + b^2)*d*cosh(1) + (a^2 + b^2)*d*sinh(1))*cosh(d*x + c) - 2*((a^2 + b^2)*d*f*x + (a^2 + b^2)*d
*cosh(1) + (a^2 + b^2)*d*sinh(1))*sinh(d*x + c))/((a^2*b^2 + b^4)*d^2*cosh(d*x + c)^2 + (a^2*b^2 + b^4)*d^2*si
nh(d*x + c)^2 + 2*(a^3*b + a*b^3)*d^2*cosh(d*x + c) - (a^2*b^2 + b^4)*d^2 + 2*((a^2*b^2 + b^4)*d^2*cosh(d*x +
c) + (a^3*b + a*b^3)*d^2)*sinh(d*x + c))

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)*cosh(d*x+c)/(a+b*sinh(d*x+c))**2,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)*cosh(d*x+c)/(a+b*sinh(d*x+c))^2,x, algorithm="giac")

[Out]

integrate((f*x + e)*cosh(d*x + c)/(b*sinh(d*x + c) + a)^2, x)

________________________________________________________________________________________

Mupad [B]
time = 0.56, size = 199, normalized size = 2.69 \begin {gather*} \frac {f\,\ln \left (\frac {2\,f\,\left (b-a\,{\mathrm {e}}^{c+d\,x}\right )}{b^2\,d\,\sqrt {a^2+b^2}}-\frac {2\,f\,{\mathrm {e}}^{c+d\,x}}{b^2\,d}\right )}{b\,d^2\,\sqrt {a^2+b^2}}-\frac {f\,\ln \left (-\frac {2\,f\,{\mathrm {e}}^{c+d\,x}}{b^2\,d}-\frac {2\,f\,\left (b-a\,{\mathrm {e}}^{c+d\,x}\right )}{b^2\,d\,\sqrt {a^2+b^2}}\right )}{b\,d^2\,\sqrt {a^2+b^2}}-\frac {2\,{\mathrm {e}}^{c+d\,x}\,\left (a^2\,e+b^2\,e+a^2\,f\,x+b^2\,f\,x\right )}{d\,\left (a^2\,b+b^3\right )\,\left (2\,a\,{\mathrm {e}}^{c+d\,x}-b+b\,{\mathrm {e}}^{2\,c+2\,d\,x}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((cosh(c + d*x)*(e + f*x))/(a + b*sinh(c + d*x))^2,x)

[Out]

(f*log((2*f*(b - a*exp(c + d*x)))/(b^2*d*(a^2 + b^2)^(1/2)) - (2*f*exp(c + d*x))/(b^2*d)))/(b*d^2*(a^2 + b^2)^
(1/2)) - (f*log(- (2*f*exp(c + d*x))/(b^2*d) - (2*f*(b - a*exp(c + d*x)))/(b^2*d*(a^2 + b^2)^(1/2))))/(b*d^2*(
a^2 + b^2)^(1/2)) - (2*exp(c + d*x)*(a^2*e + b^2*e + a^2*f*x + b^2*f*x))/(d*(a^2*b + b^3)*(2*a*exp(c + d*x) -
b + b*exp(2*c + 2*d*x)))

________________________________________________________________________________________